Hi all,
I’ve been creating simple script that calls List Incidents API (DOCS: https://developer.pagerduty.com/api-reference/9d0b4b12e36f9-list-incidents).
The incidents_responders field is always returning empty array. How to get them?
Also (if List Incidents API are cannot get incidents_responders) which API then?
Thank you!
Update 1:
I tried to add responders manually, and the API now returns the manually added responders. Is it need to be added manually to get responders detail?